﻿2026-05-28T04:41:23.2852628Z ##[group]Run actions/checkout@v6
2026-05-28T04:41:23.2853622Z with:
2026-05-28T04:41:23.2854123Z   ref: master
2026-05-28T04:41:23.2854592Z   lfs: true
2026-05-28T04:41:23.2855055Z   repository: yorvana/android
2026-05-28T04:41:23.2859960Z   token: ***
2026-05-28T04:41:23.2860456Z   ssh-strict: true
2026-05-28T04:41:23.2860947Z   ssh-user: git
2026-05-28T04:41:23.2861440Z   persist-credentials: true
2026-05-28T04:41:23.2861970Z   clean: true
2026-05-28T04:41:23.2862497Z   sparse-checkout-cone-mode: true
2026-05-28T04:41:23.2863075Z   fetch-depth: 1
2026-05-28T04:41:23.2863545Z   fetch-tags: false
2026-05-28T04:41:23.2864030Z   show-progress: true
2026-05-28T04:41:23.2864557Z   submodules: false
2026-05-28T04:41:23.2865056Z   set-safe-directory: true
2026-05-28T04:41:23.2865853Z ##[endgroup]
2026-05-28T04:41:23.3981810Z Syncing repository: yorvana/android
2026-05-28T04:41:23.3984832Z ##[group]Getting Git version info
2026-05-28T04:41:23.3986283Z Working directory is '/home/runner/work/android/android'
2026-05-28T04:41:23.3989098Z [command]/usr/bin/git version
2026-05-28T04:41:23.4012375Z git version 2.54.0
2026-05-28T04:41:23.4088953Z [command]/usr/bin/git lfs version
2026-05-28T04:41:24.0384542Z git-lfs/3.7.1 (GitHub; linux amd64; go 1.24.4)
2026-05-28T04:41:24.0523291Z ##[endgroup]
2026-05-28T04:41:24.0532270Z Temporarily overriding HOME='/home/runner/work/_temp/72043309-343f-4721-898c-bea19d6375ae' before making global git config changes
2026-05-28T04:41:24.0539253Z Adding repository directory to the temporary git global config as a safe directory
2026-05-28T04:41:24.0542314Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/android/android
2026-05-28T04:41:24.0546738Z Deleting the contents of '/home/runner/work/android/android'
2026-05-28T04:41:24.0550050Z ##[group]Initializing the repository
2026-05-28T04:41:24.0551690Z [command]/usr/bin/git init /home/runner/work/android/android
2026-05-28T04:41:24.0584867Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-28T04:41:24.0588920Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-28T04:41:24.0592536Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-28T04:41:24.0595725Z hint: call:
2026-05-28T04:41:24.0597405Z hint:
2026-05-28T04:41:24.0599887Z hint: 	git config --global init.defaultBranch <name>
2026-05-28T04:41:24.0602432Z hint:
2026-05-28T04:41:24.0605195Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-28T04:41:24.0609208Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-28T04:41:24.0612383Z hint:
2026-05-28T04:41:24.0614126Z hint: 	git branch -m <name>
2026-05-28T04:41:24.0616084Z hint:
2026-05-28T04:41:24.0619897Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-28T04:41:24.0624033Z Initialized empty Git repository in /home/runner/work/android/android/.git/
2026-05-28T04:41:24.0633004Z [command]/usr/bin/git remote add origin https://github.com/yorvana/android
2026-05-28T04:41:24.0667234Z ##[endgroup]
2026-05-28T04:41:24.0672116Z ##[group]Disabling automatic garbage collection
2026-05-28T04:41:24.0687951Z [command]/usr/bin/git config --local gc.auto 0
2026-05-28T04:41:24.0709976Z ##[endgroup]
2026-05-28T04:41:24.0713249Z ##[group]Setting up auth
2026-05-28T04:41:24.0715786Z Removing SSH command configuration
2026-05-28T04:41:24.0719701Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-28T04:41:24.0759338Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-28T04:41:24.1132605Z Removing HTTP extra header
2026-05-28T04:41:24.1150562Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-28T04:41:24.1209541Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-28T04:41:24.1540627Z Removing includeIf entries pointing to credentials config files
2026-05-28T04:41:24.1544862Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-28T04:41:24.1611862Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-28T04:41:24.1939347Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-d2aa8cb1-d037-439b-bfaf-1a32084f7ceb.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-28T04:41:24.1982754Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git.path /home/runner/work/_temp/git-credentials-d2aa8cb1-d037-439b-bfaf-1a32084f7ceb.config
2026-05-28T04:41:24.2019780Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-d2aa8cb1-d037-439b-bfaf-1a32084f7ceb.config
2026-05-28T04:41:24.2066643Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-d2aa8cb1-d037-439b-bfaf-1a32084f7ceb.config
2026-05-28T04:41:24.2104593Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-d2aa8cb1-d037-439b-bfaf-1a32084f7ceb.config
2026-05-28T04:41:24.2150713Z ##[endgroup]
2026-05-28T04:41:24.2153198Z [command]/usr/bin/git lfs install --local
2026-05-28T04:41:24.2664997Z Updated Git hooks.
2026-05-28T04:41:24.2671278Z Git LFS initialized.
2026-05-28T04:41:24.2683293Z ##[group]Fetching the repository
2026-05-28T04:41:24.2713490Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/master*:refs/remotes/origin/master* +refs/tags/master*:refs/tags/master*
2026-05-28T04:41:24.9694325Z From https://github.com/yorvana/android
2026-05-28T04:41:24.9695729Z  * [new branch]      master     -> origin/master
2026-05-28T04:41:24.9727945Z ##[endgroup]
2026-05-28T04:41:24.9729785Z ##[group]Determining the checkout info
2026-05-28T04:41:24.9735188Z [command]/usr/bin/git branch --list --remote origin/master
2026-05-28T04:41:24.9813089Z   origin/master
2026-05-28T04:41:24.9820412Z ##[endgroup]
2026-05-28T04:41:24.9821064Z ##[group]Fetching LFS objects
2026-05-28T04:41:24.9829369Z [command]/usr/bin/git lfs fetch origin refs/remotes/origin/master
2026-05-28T04:41:25.0064844Z Fetching reference refs/remotes/origin/master
2026-05-28T04:41:25.0357122Z ##[endgroup]
2026-05-28T04:41:25.0357564Z [command]/usr/bin/git sparse-checkout disable
2026-05-28T04:41:25.0399775Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-28T04:41:25.0434223Z ##[group]Checking out the ref
2026-05-28T04:41:25.0437124Z [command]/usr/bin/git checkout --progress --force -B master refs/remotes/origin/master
2026-05-28T04:41:25.1130104Z Reset branch 'master'
2026-05-28T04:41:25.1133025Z branch 'master' set up to track 'origin/master'.
2026-05-28T04:41:25.1404338Z Encountered 1 file that should have been a pointer, but wasn't:
2026-05-28T04:41:25.1405676Z 	app/coverage-baselines/gmd_smoke.ec
2026-05-28T04:41:25.1420266Z ##[endgroup]
2026-05-28T04:41:25.1462792Z [command]/usr/bin/git log -1 --format=%H
2026-05-28T04:41:25.1486763Z 280785b3fd3ca7378f17cec1af5e0b9f60fa4a32
